PDF Plugin for Xojo

PDFDocument.ErrorLog Event

A event that gives you chance to get live feed of error events from the PDFDocument.

ErrorLog(
   errorNumber as UInt32,
   detailErrorNumber as UInt32)

Parameters

errorNumber
The error number that occurred.
detailErrorNumber
Detailed error number. (Errors don’t always have additional detail)

Remarks

Regardless if you subscribe to this event or not then error codes are also available on the LastErrorNumber and LastErrorDetailNumber properties after each method call.

See Also

PDFDocument Class